home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 2000 #2 / Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO / products / Software / InstallShieldSoftwareCorp / browser / java.css < prev    next >
Cascading Style Sheet File  |  2000-03-13  |  2KB  |  48 lines

  1. P {color: black; font-family: verdana, arial, helvetica; font-size: 10pt;}
  2.  
  3. H1  {}
  4.  
  5. H2  {}
  6.  
  7. H3  {}
  8.  
  9.  
  10.  
  11.  
  12. /* default links  (everything without a class=____) has these properties  */
  13.  
  14. A  { font-size : 14px; color : #993300;  font-family : Verdana, Arial; text-decoration: none; }
  15.  
  16. A:Active  { font-size : 14px; color : Red; font-family : Verdana, Arial; text-decoration: none;}
  17.  
  18. A:Hover  { font-size : 14px; color : #ff6600; font-family : Verdana, Arial; text-decoration : none; }
  19.  
  20.  
  21.  
  22.  
  23.  
  24. /* every a href="www.thelink.com" class="copyright" has these properties */
  25.  
  26.  
  27. A:Hover.copyright { font-size : 14px; color : #E9B100; font-family : Verdana, Arial; text-decoration: none; }
  28.  
  29. A.copyright { font-size : 14px; color : white; font-family : Verdana, Arial;  text-decoration: none; }
  30.  
  31. A:Active.copyright { font-size : 14px; color : Red; font-family : Verdana, Arial; text-decoration: none; }
  32.  
  33.  
  34.  
  35.  
  36. /* everything with "class=Headings has these properties */
  37. font.Heading { color="#660000"; font-weight: bold; font-size: 14px; font-family : Verdana, Arial; }
  38.  
  39. /* everything with "class=body has these properties */
  40. font.body { color: black; font-size: 14px; font-family : Verdana, Arial; }
  41.  
  42. /* everything with "class=indent" has these properties*/
  43.  
  44. font.Indent { margin-left : 14px; }
  45.  
  46. div.head { color: white; font-family: verdana, arial, helvetica; font-size: 10pt; font-weight: bold;}
  47.  
  48. font.head1 { color: white; font-family: verdana, arial, helvetica; font-size: 10pt; font-weight: bold;}